home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 200
- Top = 100
- BorderStyle = bsSingle
- Caption = 'Answering Machine Demo'
- ClientHeight = 224
- ClientWidth = 344
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Menu = MainMenu1
- PixelsPerInch = 96
- OnCreate = FormCreate
- OnDestroy = FormDestroy
- OnShow = FormShow
- TextHeight = 16
- object Label1: TLabel
- Left = 216
- Top = 8
- Width = 72
- Height = 16
- Caption = 'Forwarding'
- end
- object Label2: TLabel
- Left = 216
- Top = 64
- Width = 100
- Height = 16
- Caption = 'Max Messages'
- end
- object Label3: TLabel
- Left = 216
- Top = 120
- Width = 68
- Height = 16
- Caption = 'Messages'
- end
- object ListBox1: TListBox
- Left = 8
- Top = 8
- Width = 201
- Height = 201
- ItemHeight = 16
- TabOrder = 0
- end
- object txtForward: TEdit
- Left = 216
- Top = 32
- Width = 113
- Height = 25
- TabOrder = 1
- Text = '555-0000'
- end
- object txtMaxMsg: TEdit
- Left = 216
- Top = 88
- Width = 41
- Height = 25
- MaxLength = 1
- TabOrder = 2
- Text = '1'
- end
- object txtMsgCount: TEdit
- Left = 216
- Top = 144
- Width = 41
- Height = 25
- TabOrder = 3
- Text = '0'
- end
- object MainMenu1: TMainMenu
- Left = 288
- Top = 160
- object File1: TMenuItem
- Caption = '&File'
- object mnAbout: TMenuItem
- Caption = '&About'
- OnClick = mnAboutClick
- end
- object N2: TMenuItem
- Caption = '-'
- end
- object Exit1: TMenuItem
- Caption = 'E&xit'
- OnClick = Exit1Click
- end
- end
- end
- end
-